Skip to content

Conversation

made-line
Copy link

Assignment Submission: Exquisite React

Congratulations! You're submitting your assignment. Please reflect on the assignment with these questions.

Reflection

Prompt Response
Define in your own words: What does "state" in React mean? How do we use it? State is the value of a variable which changes over time. We change the state of the input variable when the user updates an input.
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other? PlayerSubmissionForm, RecentSubmission, and FinalPoem were siblings and nested in Games.
How did this project differ from in-class examples? We needed to keep track of all of the form submissions.
How was this project similar to in-class examples? We used state to keep track of form fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant